home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / iparmor.exe / {app} / Iparmor.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Encoding:
Text File  |  2003-04-14  |  940 b   |  42 lines

  1. object Form3: TForm3
  2.   Left = 346
  3.   Top = 413
  4.   Width = 319
  5.   Height = 193
  6.   Caption = 'Form3'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object FlatMemo1: THighlightedMemo
  18.     Left = 0
  19.     Top = 0
  20.     Width = 311
  21.     Height = 166
  22.     Hint = 
  23.       'Click to highlight an entry, and press '#39'DELetee'#39'  key to remove ' +
  24.       'it from memory'
  25.     Align = alClient
  26.     Font.Charset = ANSI_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     Lines.Strings = (
  32.       'FlatMemo1')
  33.     ParentFont = False
  34.     ParentShowHint = False
  35.     ShowHint = True
  36.     TabOrder = 0
  37.     OnKeyDown = FlatMemo1KeyDown
  38.     OnMouseDown = FlatMemo1MouseDown
  39.     HighLightColor = 10930928
  40.   end
  41. end
  42.